UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Find My Mac messenger must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-51553 OSX8-00-00532 SV-65763r1_rule Medium
Description
Find My Mac messenger must be disabled.
STIG Date
Apple OS X 10.8 (Mountain Lion) Workstation STIG 2015-02-10

Details

Check Text ( C-53883r2_chk )
To check if Find My Mac messenger is disabled on the system, run the following command:

sudo /usr/libexec/PlistBuddy -c "print com.apple.findmymacmessenger:Disabled" /var/db/launchd.db/com.apple.launchd/overrides.plist

If the returned value isn't "true" or doesn't exist, this is a finding.
Fix Text (F-56357r1_fix)
To disable Find My Mac messenger, run the following command:

sudo defaults write /private/var/db/launchd.db/com.apple.launchd/overrides.plist "com.apple.findmymacmessenger" -dict Disabled -bool true